projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d98f0b8
)
Wed Apr 10 06:08:48 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
author
Roland McGrath
<roland@gnu.org>
Wed, 10 Apr 1996 10:09:16 +0000
(10:09 +0000)
committer
Roland McGrath
<roland@gnu.org>
Wed, 10 Apr 1996 10:09:16 +0000
(10:09 +0000)
* make-dist: Exit if autoconf fails.
make-dist
patch
|
blob
|
history
diff --git
a/make-dist
b/make-dist
index 949f6eadd48a91344a1c8e37c2d7a67fada6f986..401d7462fa40d0c95420a0467acc3536425d31af 100755
(executable)
--- a/
make-dist
+++ b/
make-dist
@@
-133,7
+133,7
@@
rm -f /tmp/el /tmp/elc
if [ "x`ls -t configure configure.in | head -1`" != "xconfigure" ]; then
echo "\`./configure.in' is newer than \`./configure'" >&2
echo "Running autoconf" >&2
- autoconf
+ autoconf
|| { x=$?; echo Autoconf FAILED! >&2; exit $x; }
fi
### Update getdate.c.